BspSrfWriteToFile2

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

BspSrfWriteToFile2()  

SYNOPSIS

prsr_lib/bsp_wrt.c:218

int BspSrfWriteToFile2(CagdSrfStruct *Srfs,
                       int Handler,
                       int Indent,
                       char *Comment,
                       char **ErrStr)
 

DESCRIPTION

Writes Bspline surface(s) list into file. Returns TRUE if succesful, FALSE otherwise. The file descriptor is not closed. If Comment is NULL, no comment is wrriten, if "" only internal comment is written.  

PARAMETERS:

Srfs: To write to open stream.

Handler: A handler to the open stream.

Indent: Primary indentation. All information will be written from the column specified by Indent.

Comment: Optional, to describe the geometry.

ErrStr: If an error occurs, to describe the error.  

FUNCTION RETURN VALUE

int: TRUE if succesful, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:11 GMT, October 17, 2022